* xrdb.c (getuid): Remove declaration.
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 15:10:16 +0000 (15:10 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 15:10:16 +0000 (15:10 +0000)
src/xrdb.c

index f241a079c4e8b397f42a9c68e638e80e996cce39..8de78ae7abd6344339ead9e89cac385e24129279 100644 (file)
@@ -54,9 +54,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 
 extern char *getenv ();
+
+/* This does cause trouble on AIX.  I'm going to take the comment at
+   face value.  */
+#if 0
 extern short getuid ();                /* If this causes portability problems,
                                   I think we should just delete it; it'll
                                   default to `int' anyway.  */
+#endif
+
 extern struct passwd *getpwuid ();
 extern struct passwd *getpwnam ();